While chaining up, we might still call into the notebook code. And that
code expects the gadgets to be there.
https://bugzilla.gnome.org/show_bug.cgi?id=760640
priv->source_targets = NULL;
}
+ remove_switch_tab_timer (notebook);
+
+ GTK_WIDGET_CLASS (gtk_notebook_parent_class)->destroy (widget);
+
g_clear_object (&priv->gadget);
g_clear_object (&priv->header_gadget);
g_clear_object (&priv->tabs_gadget);
g_clear_object (&priv->stack_gadget);
-
- remove_switch_tab_timer (notebook);
-
- GTK_WIDGET_CLASS (gtk_notebook_parent_class)->destroy (widget);
}
static void